Skip to content

)}

Pattern.And(IObservable) method

Defined in

Type: Pattern Namespace: System.Reactive.Joins Assembly: System.Reactive.dll

Applies to

netstandard2.0

public Pattern<TSource1, TSource2, TSource3, TSource4, TSource5, TSource6, TSource7, TSource8, TSource9> And<TSource9>(IObservable<TSource9> other)

Summary: Creates a pattern that matches when all nine observable sequences have an available element.

Type parameters

NameDescription
TSource9The type of the elements in the ninth observable sequence.

Parameters

NameTypeDescription
otherIObservableObservable sequence to match with the eight previous sequences.

Returns: Pattern -- Pattern object that matches when all observable sequences have an available element.

Exceptions

TypeCondition
System.ArgumentNullExceptionother is null.